KoverSettingsExtension

Functions

Link copied to clipboard
abstract fun enableCoverage()
Link copied to clipboard
abstract fun instrumentation(action: Action<InstrumentationSettings>)

Instrumentation settings for the all non-skipped Gradle projects.

Link copied to clipboard
abstract fun reports(action: Action<ReportsSettings>)

Configure Kover merged reports

Link copied to clipboard
open fun skipProjects(vararg projects: String)

Specify projects, classes and tests from which will not be included in the reports.

Properties

Link copied to clipboard

Instance for configuring instrumentation in all non-skipped Gradle projects.

Link copied to clipboard
abstract val reports: ReportsSettings

Instance for configuring merged reports.

Link copied to clipboard
abstract val skipProjects: SetProperty<String>

Set of projects, classes and tests from which will not be included in the reports.